home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / HELP0005.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.0 KB  |  23 lines

  1. |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   EXTRA HELP
  2. FILE NAMES
  3.  
  4. ;     Every file on your microcomputer's disks has a file name.
  5. HELP is a program with the file name of HELP.BAS (with the .BAS
  6. reminding us that it is a program written in the BASIC language.
  7. HELP also uses a number of text files; these end with .TXT.
  8.  
  9. ;     DOS file names are 1 to 8 characters in length and can
  10. be followed by '.' (period) with an extension of up to 3 characters.
  11.  
  12. ;     In HELP.BAS there is a file name of HELP with an extension
  13. "of .BAS.  Other valid file names: DOT, FAA.DAT, RUNWAY.9, N-YORK."
  14.  
  15. ;     Note that in DOS the directory does not display the period
  16. but rather HELP    BAS.  However to use this file name in DOS
  17. commands ... you would need to type HELP.BAS.
  18.  
  19. ;     To run a program or execute a batch file ... you never need
  20. to type the extension to the file name.  To execute FORMAT.COM you
  21. merely type FORMAT.  To execute AUTOEXEC.BAT you only type AUTOEXEC.
  22. ###
  23.